-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - add HashiCorp Vault secret provider #165
Feature - add HashiCorp Vault secret provider #165
Conversation
A new preview package for You can pull it locally via the CLI: PM> Install-Package Arcus.Security.All -Version 20200821.0.0-PR-165 -Source https://www.myget.org/F/arcus/api/v3/index.json |
…m/stijnmoreels/arcus.security into feature/hashicorp-secret-provider
A new preview package for You can pull it locally via the CLI: PM> Install-Package Arcus.Security.All -Version 20200825.0.0-PR-165 -Source https://www.myget.org/F/arcus/api/v3/index.json |
A new preview package for You can pull it locally via the CLI: PM> Install-Package Arcus.Security.All -Version 20200826.0.0-PR-165 -Source https://www.myget.org/F/arcus/api/v3/index.json |
Let's add a dedicated issue where we deploy a container to a Kind cluster and run against that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the only suggestion I would have is to move out the Kubernetes auth unless you are certain that it already works fine?
src/Arcus.Security.Providers.HashiCorp/VaultKeyValueSecretEngineVersion.cs
Outdated
Show resolved
Hide resolved
I can honestly say I don't know anything for certain 😅. |
Good enough! |
…m/stijnmoreels/arcus.security into feature/hashicorp-secret-provider
A new preview package for You can pull it locally via the CLI: PM> Install-Package Arcus.Security.All -Version 20200831.0.0-PR-165 -Source https://www.myget.org/F/arcus/api/v3/index.json |
Added a new project (NuGet package) with a secret provider that will interact wtih the KeyValue secret of a HashiCorp Vault.
This feature contains:
ISecretProvider
implementation itselfRelates to #159